LogChannel.GetFloatValue 方法

取得点位置值并将值转换为 float。

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public float GetFloatValue(
       int PointIndex
)
Public Function GetFloatValue(
       PointIndex As Integer
) As Single

参数

PointIndex

型别:int

点位置索引。

回传值

型别:float

回传一个 float 值。

参见

LogChannel 类别

IntervalZero.KINGSTAR.Base.Class 命名空间